home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / lprojlyr.iif < prev    next >
Text File  |  1993-08-23  |  946b  |  35 lines

  1. inst4.1        ! Nov 1992 (proj_lyr.iif)
  2. ! Logicon Projection layer
  3.  
  4. =n0    Lpes            !# PEs for previous layer
  5. +n0    1            !plus 1
  6. =n1    LayN            !Previous layer
  7. ! Default for inner projection radius (R0) is sqrt of the number
  8. ! of inputs.  This guarantees a good distribution of vectors on
  9. ! the hypersphere assuming training vector components are each
  10. ! disbributed uniformly between -1 and 1 or 0 and 1.
  11. =PrjH    Lpes            !# input PEs
  12. ^PrjH    0.5            !Take square root
  13.  
  14. @LLdf                !start with default layer
  15. =Lpes    n0
  16. =LDln    "Proj Lyr"        !layer name
  17. =Lsum    "NormPolar"        !Polar Projection
  18. =Lnse    "--None--"        !Noise inherent from input
  19. +y    60
  20. =Lscl    LPrR            !Final Logicon  hypersphere radius
  21. =Loff    PrjH            !Inner hypersphere radius
  22. #Incl    "stdnwgtf.iif"        !standard # weight fields
  23. @LAdd
  24.  
  25. !    *** Connect input layer to Projection layer ***
  26.  
  27. =SPEl    LayN            !projection layer
  28. @SlPE
  29. =NPEl    n1            !"input" layer
  30. @NrPE
  31. =cnsc    WRel
  32. =cnty    WFix
  33. =cnwt    1.0
  34. @LCCr                !connect corresponding PEs together
  35.